Skip to content

Comments

Update README.md#20

Closed
lenguyenthedat wants to merge 2 commits intoEverythingMe:masterfrom
lenguyenthedat:master
Closed

Update README.md#20
lenguyenthedat wants to merge 2 commits intoEverythingMe:masterfrom
lenguyenthedat:master

Conversation

@lenguyenthedat
Copy link
Contributor

Docker images will need to be built beforehand.
Otherwise:

 $ docker run -e REDSHIFT_CONNECTION_STRING="user= password= host= port=5439 dbname=" -p 5000:5000 everythingme/redshift-console
 Unable to find image 'everythingme/redshift-console:latest' locally
 Pulling repository docker.io/everythingme/redshift-console
 Error: image everythingme/redshift-console:latest not found

lenguyenthedat and others added 2 commits October 8, 2015 11:19
Docker images will need to be built beforehand.
Otherwise:

     $ docker run -e REDSHIFT_CONNECTION_STRING="user= password= host= port=5439 dbname=" -p 5000:5000 everythingme/redshift-console
     Unable to find image 'everythingme/redshift-console:latest' locally
     Pulling repository docker.io/everythingme/redshift-console
     Error: image everythingme/redshift-console:latest not found
@arikfr
Copy link
Member

arikfr commented Oct 8, 2015

No need to build the image -- it's available on Docker Hub. The problem was a spelling mistake in the image name, fixed in 90fe5c9.

Thanks for noticing!

@arikfr arikfr closed this Oct 8, 2015
@lenguyenthedat
Copy link
Contributor Author

👍

btw, is it possible for us to build it with docker from source instead of pulling it from pip? 😄

@arikfr
Copy link
Member

arikfr commented Oct 8, 2015

@lenguyenthedat for development?

@lenguyenthedat
Copy link
Contributor Author

Yes! I was thinking of some features like displaying historical queries, and users who execute them.

@arikfr
Copy link
Member

arikfr commented Oct 8, 2015

I started working on a Docker image for development. I found out it has bad performance on OS/X and didn't finish it, I pushed it to GitHub if you want to try it out: #22

@lenguyenthedat
Copy link
Contributor Author

👍 thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants